home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
magazine
/
progjour
/
1988
/
04
/
smltpl.def
< prev
next >
Wrap
Text File
|
1988-04-28
|
274b
|
19 lines
NAME Smltpl
DESCRIPTION 'Windows small memory model template'
STUB 'Winstub.exe'
HEAPSIZE 1024
STACKSIZE 4096
CODE MOVEABLE
DATA MOVEABLE MULTIPLE
SEGMENTS
_TEXT PRELOAD MOVEABLE
_INIT PRELOAD MOVEABLE DISCARDABLE
EXPORTS
MainWndProc @1